码迷,mamicode.com
首页 >  
搜索关键字:htt... ...分类:Web程序 时间:2020-03-23 20:37:55阅读次数:151![image](https:/upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg    ( 2010个结果
[Android] 开发第十一天
MainActivity.java 代码如下: activity_main.xml 代码如下: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="htt ...
分类:移动开发   时间:2017-08-14 00:27:23    阅读次数:178
Spring(十二)使用Spring的xml文件配置方式实现AOP
配置文件与注解方式的有非常大不同,多了非常多配置项。 beans2.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt ...
分类:编程语言   时间:2017-08-13 16:53:44    阅读次数:260
王立平--include在Android中的应用
一个布局中包括还有一个布局 1.在layout下定义activity_other.xml布局 2.代码中的包括例如以下: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="htt ...
分类:移动开发   时间:2017-08-13 12:36:19    阅读次数:154
Nginx之Https 证书加密
1.1检查Nginx的SSL模块是否安装[root@web-node1~]#/application/nginx/sbin/nginx-V nginxversion:nginx/1.6.3 builtbygcc4.4.720120313(RedHat4.4.7-16)(GCC) TLSSNIsupportenabled configurearguments:--prefix=/application/nginx-1.6.3--user=nginx--group=nginx--with-htt..
分类:Web程序   时间:2017-08-11 16:01:44    阅读次数:260
CentOS 7源码安装Apache
一、官方安装手册http://httpd.apache.org/docs/2.4/install.html#customize 下载最新版http://httpd.apache.org/download.cgi#apache24 httpd-2.4.27.tar.bz2 解压 tar xvf htt ...
分类:Web程序   时间:2017-08-10 18:04:13    阅读次数:6170
servlet得到web应用路径
package context; import java.io.IOException; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.http.Htt... ...
分类:Web程序   时间:2017-08-09 21:17:06    阅读次数:215
java 23种设计模式
java 23种设计模式 深入理解 以下是学习过程中查询的资料,别人总结的资料,比较容易理解(站在各位巨人的肩膀上,望博主勿究) 创建型抽象工厂模式 http://www.cnblogs.com/java-my-life/archive/2012/03/28/2418836.html工厂方法 htt ...
分类:编程语言   时间:2017-08-08 18:00:13    阅读次数:161
HTTP与HTTPS的区别
面试经常被问到这个问题,特意整理了下 一、HTTP和HTTPS的基本概念 HTTP:是互联网上应用最为广泛的一种网络协议,是一个客户端和服务器端请求和应答的标准(TCP),用于从WWW服务器传输超文本到本地浏览器的传输协议,它可以使浏览器更加高效,使网络传输减少。 HTTPS:是以安全为目标的HTT ...
分类:Web程序   时间:2017-08-07 00:08:59    阅读次数:285
LeetCode——Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 原题链接:htt ...
分类:其他好文   时间:2017-08-05 11:03:35    阅读次数:104
Node.js express 跨域问题
Node.js express 跨域问题解决了这个问题,那真是太爽了! 跨域问题主要在header上下功夫 首先提供一个w3c的header定义 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html 再提供一个网友提供的header详解 htt ...
分类:Web程序   时间:2017-08-03 16:53:18    阅读次数:135
2010条   上一页 1 ... 76 77 78 79 80 ... 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!